home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 4 / The 640 Meg Shareware Studio CD-ROM Volume IV (Data Express)(1994).ISO / clang / xlib05.zip / XDETECT.INC < prev    next >
Text File  |  1993-08-31  |  823b  |  27 lines

  1. ;-----------------------------------------------------------------------
  2. ;
  3. ; XDETECT - Include file
  4. ;
  5. ; XDETECT.ASM export functions
  6. ;
  7. ;
  8. ;
  9. ; ****** XLIB - Mode X graphics library                ****************
  10. ; ******                                               ****************
  11. ; ****** Written By Themie Gouthas                     ****************
  12. ;
  13. ; egg@dstos3.dsto.gov.au
  14. ; teg@bart.dsto.gov.au
  15. ;-----------------------------------------------------------------------
  16.      global _MouseButtonCount        :word
  17.      global _MouseVersion            :word
  18.      global _MouseType               :byte
  19.      global _MouseIRQ                :byte
  20.  
  21.  
  22.      global _x_graphics_card        :proc
  23.      global _x_processor            :proc
  24.      global _x_coprocessor          :proc
  25.      global _x_mousedriver          :proc
  26.  
  27.